MPC5500 init_code WindRiver readme
----------------------------------

The example makefile was tested using the GNU make utility provided with
Cygwin.  The main targets for this makefile are 'clean', 'all', and
'build'.  The 'clean' target will remove all of the current output files
in the obj directory.  The 'all' target will compile/assemble all of the
objects specified by the $(OBJECTS) variable.
The 'build' target will first perform a 'clean' and then an 'all'.

The correct linker file should be chosen by changing the LINKER_FILE
variable in the makefile. Options for each device are WR_rom.ld
(uses flash) and WR_ram.ld (uses RAM only). Default is WR_MPC5554_rom.ld

NOTE:
You must modify the makefile HEADER variable to suit your MPC5500 device
definition files installation path.


To execute target 'clean':
1) Change directories to 'mpc5500cfg/WR'.
2) Type the command 'make clean' at the command line and hit enter.

To execute target 'all':
1) Change directories to 'mpc5500cfg/WR'.
2) Type the command 'make all' at the command line and hit enter.

To execute target 'build':
1) Change directories to 'mpc5500cfg/WR'.
2) Type the command 'make build' at the command line and hit enter.

